home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / photo.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  332 b   |  23 lines

  1. global img
  2.  
  3. on mouseEnter
  4.   cursor([121, 122])
  5. end
  6.  
  7. on mouseDown
  8. end
  9.  
  10. on mouseUp
  11.   img = 1
  12.   sprite(45).member = member(the currentSpriteNum - 25, "pp")
  13.   sprite(46).member = member(the currentSpriteNum + 95, "pp")
  14.   repeat with pp = 43 to 44
  15.     sprite(pp).visible = 1
  16.   end repeat
  17.   cursor(-1)
  18. end
  19.  
  20. on mouseLeave
  21.   cursor(-1)
  22. end
  23.